Test Series - computer fundamental

Test Number 31/95

Q: Computer has a built-in system clock that emits millions of regularly spaced electric pulses per _____ called clock cycles.
A. second
B. millisecond
C. microsecond
D. minute
Solution: The regularly spaced electric pulses per second are referred to as the clock cycles. All the jobs performed by the processor are on the basis of clock cycles.
Q: It takes one clock cycle to perform a basic operation.
A. True
B. False
C. none
D. ,
Solution: It takes exactly one clock cycle to perform a basic operation, such as moving a byte of memory from a location to another location in the computer.
Q: The operation that does not involves clock cycles is ____________
A. Installation of a device
B. Execute
C. Fetch
D. Decode
Solution: Normally, several clock cycles are required to fetch, execute and decode a particular program. Installation of a device is done by the system on its own.
Q: The number of clock cycles per second is referred as ______
A. Clock speed
B. Clock frequency
C. Clock rate
D. Clock timing
Solution: The number of clock cycles per second is the clock speed. It is generally measured in gigahertz(109 cycles/sec) or megahertz (106 cycles/sec).
Q: CISC stands for ___________
A. Complex Information Sensed CPU
B. Complex Instruction Set Computer
C. Complex Intelligence Sensed CPU
D. Complex Instruction Set CPU
Solution: CISC is a large instruction set computer. It has variable length instructions. It also has a variety of addressing modes.
Q: Which of the following processor has a fixed length of instructions?
A. CISC
B. RISC
C. EPIC
D. Multi-core
Solution: The RISC which stands for Reduced Instruction set computer has a fixed length of instructions. It has a small instruction set. Also has reduced references to memory to retrieve operands.
Q: Processor which is complex and expensive to produce _________
A. RISC
B. EPIC
C. CISC
D. multi-core
Solution: CISC stands for complex instruction set computer. It is mostly used in personal computers. It has a large instruction set and a variable length of instructions.
Q: The architecture that uses a tighter coupling between the compiler and the processor.
A. EPIC
B. Multi-core
C. RISC
D. CISC
Solution: EPIC stands for Explicitly parallel instruction computing. It has a tighter coupling between the compiler and the processor. It enables the compiler to extract maximum parallelism in the original code.
Q: HLDA stands for _______
A. High level data
B. High level data acknowledgment
C. Hold Acknowledgement
D. Hold Data
Solution: The HOLD signal is given to the CPU whenever an interrupt is to be served. If the CPU is ready to give the control of the bus, it gives the HLDA command which is Hold Acknowledgement.
Q: Word length of a personal computer ___________
A. 64bits
B. 16 bits
C. 8 bits
D. 32 bits
Solution: The word length which is the size of a word is generally 8 bits in a personal computer. Word Size is generally the number of bits that can be processed in one go by the CPU.

You Have Score    /10